runtime.mspan.inlineMarkBits (method)
6 uses
runtime (current package)
mgcmark_greenteagc.go#L190: s.inlineMarkBits().init(s.spanclass, s.needzero != 0)
mgcmark_greenteagc.go#L201: imb := s.inlineMarkBits()
mgcmark_greenteagc.go#L221: func (s *mspan) inlineMarkBits() *spanInlineMarkBits {
mgcmark_greenteagc.go#L230: bits.bytep = &s.inlineMarkBits().marks[objIndex/8]
mgcmark_greenteagc.go#L241: return markBits{&s.inlineMarkBits().marks[0], uint8(1), 0}
mgcmark_greenteagc.go#L249: return markBits{&s.inlineMarkBits().scans[objIndex/8], uint8(1) << (objIndex % 8), objIndex}
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |